home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / owldlgs / owldlgs.doc < prev    next >
Text File  |  1995-11-01  |  2KB  |  39 lines

  1.                      
  2.                      OWLDLGS.DOC
  3.  
  4. Owldlgs.zip is a group of seven examples of 
  5. using dialog boxes with Borland C++ 3.0 and OWL.
  6. These examples use dialog boxes instead of windows.
  7. In order for the project files to work without modification
  8. create an OWLDLGS directory off of the the OWL examples directory.
  9. C:\Borlandc\owl\examples\owldlgs
  10. Copy the files into the owldlgs directory and the projects will
  11. work correctly.  
  12. Also included is an OWLDLGS.GRP file.  To use it, copy it to the
  13. Windows directory and activate it by choosing New Project from
  14. the file menu under windows and give it the OWLDLGS.GRP group name.
  15.  
  16. Brief description of the examples follow.
  17.  
  18. dlgmain  - demonstrates using a dialog box as the main window.
  19. dlgmodal - demonstrates a modal dialog box called from a main dialog.
  20. dlgmsgbx - demonstrates all of the precanned message boxes called
  21.            from a main dialog.
  22. dlgsysmd - demonstrates a system modal dialog box called from a 
  23.            main dialog.
  24. dlgnonmd - demonstrates a non modal dialog box with a parent. 
  25.            It always shows in front of the parent even when 
  26.            the parent has the focus.
  27. dlgnopar - demonstrates a non modal dialog box without a parent.   
  28.            The parent will move in front, when it gets the focus.
  29. dlgall   - All of the preceding examples combined into one as
  30.            a summary.
  31.  
  32. These seven OWL dialog examples are released to the public domain.  
  33. Feel free to cut and paste the .CPP .RC and .H files into your own
  34. programs without modifications.
  35.  
  36.                       Bob Bourbonnais 1/12/92
  37.  
  38.  
  39.